home *** CD-ROM | disk | FTP | other *** search
/ Clickx 22 / Clickx 22.iso / DATA / eLibPro1.3_setup.exe / sample.mdb / borrower.json < prev    next >
Encoding:
JavaScript Object Notation  |  2005-01-26  |  176 b 

  1. {
  2.     "schema": {
  3.         "BorrowerID": "Long Integer NOT NULL",
  4.         "Name": "Text (50) NOT NULL",
  5.         "Phone": "Text (20)",
  6.         "Email": "Text (50)",
  7.         "Fax": "Text (20)",
  8.         "Notes": "Memo/Hyperlink (255)"
  9.     },
  10.     "data": []
  11. }